home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Dev / Barfly1_24.lha / Barfly / Source_Debug / StackUnderflowTest.S < prev    next >
Text File  |  1993-03-20  |  118b  |  8 lines

  1. ;This example is there to test the out of Taskstack
  2. ;check.
  3.     move.l    a7,d1
  4.         lea.l    $200.w,a7
  5.     move.l    d1,a7
  6.     rts
  7.  
  8.